-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove UnindexinedProject
notification
#17395
chore: remove UnindexinedProject
notification
#17395
Conversation
25300f1
to
46c3ffe
Compare
☔ The latest upstream changes (presumably #17455) made this pull request unmergeable. Please resolve the merge conflicts. |
Just to check, is this resolved within#17246, or does this contain other changes (and just needs a rebase)? |
This one contains a few other changes and needs a rebase. I'll land it after monday's release in case there are any users of this. |
46c3ffe
to
7eff641
Compare
5cef2c6
to
2040a95
Compare
|
||
const RUST_PROJECT_CONTEXT_NAME = "inRustProject"; | ||
|
||
// This API is not stable and may break in between minor releases. | ||
export interface RustAnalyzerExtensionApi { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the type itself just with the client
property, that's what we used to have iirc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done; kept it.
@bors delegate+ |
✌️ @davidbarsky, you can now approve this pull request! If @Veykril told you to " |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
2040a95
to
2783aa7
Compare
☀️ Test successful - checks-actions |
Remove rust-analyzer.workspace.discoverProjectRunner The functionality for this vscode config option was removed in #17395, so it doesn't do anything anymore.
This PR is split out from #17246 (and contains its changes, which is a little annoying from a review perspective...). I'd like to land this change a week or so after #17246 lands in order to give any users of the unindexed project notification time to adopt migrate.